From 6794b71355b65c94d62cdd58aa2dc8a3afd2c102 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 17 Oct 2006 16:10:09 +0100 Subject: [PATCH] Ignore tags and cscope from different tools versions, plus .config. Signed-off-by: John Levon --- .hgignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hgignore b/.hgignore index dcd9012357..c84fae9f98 100644 --- a/.hgignore +++ b/.hgignore @@ -15,8 +15,11 @@ .*\.rej$ .*/a\.out$ .*/cscope\..*$ +^cscope.*$ ^[^/]*\.bz2$ +^\.config$ ^TAGS$ +^tags$ ^dist/.*$ ^docs/.*\.aux$ ^docs/.*\.dvi$ -- 2.30.2